#!/bin/bash

echo
echo About to drop and reload updates table...
echo
echo NOTE: Make sure you have undone the effects of any outstanding write
echo procedures before doing this or the check consistency tables will be
echo wrong.
echo
echo Press ENTER to continue...
read

echo
echo
echo '=========================================
echo Starting reload of updates table
echo '=========================================
echo
echo

../bin/runsql_pcweek_to_screen reload_updates

echo
echo Finished updates data load.
echo

